deno.land / x / fresh@1.1.1 / tests / fixture_error / routes / [...all].ts
12345678import { Handlers } from "../../../server.ts";export const handler: Handlers = { GET(_req, ctx) { return new Response(ctx.params.all); },};
Version Info